home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d15 / kfree4.arc / KFREE.DOC next >
Text File  |  1990-06-18  |  2KB  |  68 lines

  1. K-Free (c) 1990 by Dragons Eye Software
  2. Current version 1.3  dated 06/18/90
  3.  
  4.  
  5. K-Free is a Windows 3.0 program that displays the amount of free
  6. memory and disk space on your system. 
  7.  
  8. In the default mode K-Free displays the total amount of memory
  9. available on the top line in blue text, the largest block of free
  10. memory on the 2nd line in red (this number rarely changes) and, if
  11. you have EMS memory in your system, the third line will be the amount
  12. of EMS memory that is available for use in green text.  The third
  13. line will be blank if you have no EMS memory installed.
  14.  
  15. If you select "Options..." from the system menu you may tell K-Free
  16. to display the amount of disk space free for any drive in your
  17. system.  In "disk" mode the first line is the total memory free as
  18. in the default mode.  The second line will be the drive letter for
  19. the selected drive, and the third line will be the bytes free for
  20. that drive.
  21.  
  22. You may load as many instances of K-Free as you have memory for,
  23. which will allow you to see the free space on multiple drives.
  24.  
  25.  
  26.  
  27.    memory (default) mode        disk mode
  28.  
  29. blue    total memory free    blue    total memory free
  30. red    largest block        red    current drive
  31. green    EMS memory free        green    bytes free on current drive
  32.  
  33.  
  34.  
  35.  
  36. Begining with version 1.3 you can specify a drive on the command line
  37. such as:
  38.  
  39.   KFREE G:
  40.  
  41. and K-Free will automatically switch to drive mode with the default
  42. drive set to G:
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50. If you have any suggestions or comments please send a message to:
  51. Michael S. Harrison CIS 76057,101
  52.  
  53.  
  54.  
  55.  
  56. Revision history:
  57.  
  58. Date          version            Description
  59. ----------------------------------------------------------------------
  60. 06/18/90    1.3    Added the ability to specify a drive on the
  61.             command line.
  62.  
  63. 06/07/90    1.2    Multiple instances now allowed. K-Free 1.2 also
  64.             uses slightly less memory than 1.1
  65.  
  66. 06/06/90    1.1    Disk free status enabled.  Delay was due
  67.             to a casting problem in the 6.0 C compiler.
  68.